<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*通用*/
.color_222 {
    color: #222;
}

.color_333 {
    color: #333;
}

.color_555 {
    color: #555;
}

.color_666 {
    color: #666;
}

.color_777 {
    color: #777;
}

.color_999 {
    color: #999;
}

.color_eee {
    color: #eee;
}

.color_aaa {
    color: #aaa;
}

.color_bbb {
    color: #bbb;
}

.color_ccc {
    color: #ccc;
}

.color_ddd {
    color: #ddd;
}

.color_f00 {
    color: #f00;
}

.font14 {
    font-size: 14px;
}

.font20 {
    font-size: 20px;
}

.font25 {
    font-size: 25px;
}

.font30 {
    font-size: 30px;
}

.font36 {
    font-size: 36px;
}

.w100 {
    width: 100%;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 8;
}

.l-h25 {
    line-height: 25px;
}

.l-h50 {
    line-height: 50px;
}

.l-h80 {
    line-height: 80px;
}

.l-h100 {
    line-height: 100px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.transition {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


.clearfix:after,
.clearfix:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.clear{ clear: both; height: 0}

/*头部*/
.header {
    width: 100%;
    position: relative;
    height: 164px;

}

.header .topright{ height: 104px; overflow: hidden}
/*
.header .search-box {
    margin-top: 15px;
    height: 24px;
    line-height: 24px;
    position: relative;
    z-index: 1;
    width: 189px;

}

.header .search-box .share-sub .tex {
    width: 169px;
    font-size: 15px;
    padding:2px 10px;
    color: #AAAAAA;
    border: none;
    background: #FFFFFF;
    outline: none;
    border-radius: 15px;
}

.header .search-box .share-sub .sub-btn {
    position: absolute;
    right:25px ;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    outline: none;
    background: url(../images/sou.png) no-repeat right center ;
}
*/
.header .logo {

    float: left;
    padding-right: 5px;height: 104px;
    overflow: hidden}
}
.top_tel{

}

.top_tel dl{
    float: left;
    height: 67px;
    padding: 20px 10px 15px 0px;

}
.top_tel dl dt{
    font-size: 16px;
    padding-left: 20px;
    line-height: 25px;
}
.top_tel dl dd{
   color: #FF3F00;
   font-size: 18px;
    line-height: 30px;
}
.top_tel dl.tel{ padding-right: 30px;}
.top_tel dl.tel dt{

 background: url("../images/dh.png") left center no-repeat;
}

.top_tel dl.dz dt{

    background: url("../images/dz.png") left center no-repeat;
}
.header .nav {
    width: 100%;
    height: 60px;
    background:#0272D7;

}
.header .nav_bg{
    position: absolute;
    width: 50%;
    left: 0;
    height:60px ;
    background: #4EC24E;


}
.header .nav .navlist {
    position: relative;
    display: block;
    width: 1300px;
    z-index: 9;
     margin: 0 auto;
    background:#0272D7;
}
.header .nav li.sy{ background: url("../images/sy_bg.png") center right no-repeat; margin: 0}
.header .nav li.sy a:hover{ background: none}
.header .nav li {
    float: left;
    display: inline-block;
    list-style: none;
    font-size: 16px;
    text-align: center;
    position: relative;
    height: 60px;
    line-height: 60px;
    margin: 0 3px;
    width: 157px;
}
.header .nav li.hover{

}
.header .nav li.hover a {
    color: #FF0;
}

.header .nav li a {
    display: block;
    text-align: center;
    position: relative;
    color: #FFF;
    height: 60px;
    line-height: 60px;
    padding: 0 17px;
}
.header .nav li:hover{


}
.header .nav li:hover a{
    color: #FF0;

}
.header .nav ul .subnav {
    background: #0272D7;
    border-top: 2px solid #FF3F00;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    height: auto;
    left: 1px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 155px;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.header .nav ul li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.header .nav ul .subnav a {
    color: #FFF;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
    max-width: 100%;
    border: 0 none;
    border-bottom: 1px solid #eee;
    border-radius: initial;
}

.header .nav ul .subnav a:hover {
    color: #FF0;
    background: #0272D7;
    text-indent: 3px;
}


/*轮播图*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 496px;

}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 496px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 496px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 40px;
    height: 5px;
    margin: 4px;
    overflow: hidden;
    background: #fff;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #E74C3C;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 4%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 4%;
    background-position: -6px -137px;
}

/*首页*/
/*首页关于我们*/
.main_about{ width: 100%; background: #F6F6F6; padding:30px 0 }
.about_nav{
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}
.about_nav h3{
    color: #333;
    font-size: 35px;
    line-height: 36px;
    height: 36px;
    font-weight: normal;
}


.focusBox {
    float:left;
    position: relative;
    width: 330px;
    height: 229px;

    overflow: hidden;
    font-family:Arial;
    text-align: left;
    background: url("../images/sylmt_bg.jpg");

     }
.focusBox .pic img {
    width: 308px;
    height:208px;
    display: block;
    margin:10px auto;

}
.focusBox .pic  a img{
    transition: all 0.6s;
}
.focusBox .pic  a:hover img{
    transform: scale(1.1);
    border: none;
}

.about02{ width:910px;position:relative; height: 261px;float: right}
.about02_c{ color:#FFF; }
.about02_c .tit{ text-align:left; color:#FFF; font-size:32px; line-height:50px; font-weight: normal }
.about02_c .tit span{font-size:18px;}
.about02_c p{ font-size: 16px; line-height: 30px; }
.about02 .tb{ width:910px; margin:0 auto; padding-top: 30px;}
.about02 .tb a{  margin-left: 5px; margin-right: 5px; color: #FFF;border:1px solid #FFFFFF; width:100px;padding:3px 25px; line-height:30px; font-size:16px; border-radius: 25px; display: inline-block;text-align:center;}
.about02 .tb a:hover{ background: #FFFFFF;color: #333;border:1px solid #FFFFFF;}

/*首页产品*/
.slideGroup{
    width:1300px;
}
.slideGroup .parHd{
    height:50px;
    line-height:34px;
    padding:10px 20px 0 20px;
    position:relative;
}
.slideGroup .parHd ul{
    height:34px;
    width:100%;
    display:table;
    word-spacing:-1em ;
    text-align: center
}
.slideGroup .parHd ul li{
    padding:0 15px;
    cursor:pointer;
    margin:0 1% 5px 1%;
    word-spacing:0;
    display:inline-block;
    text-align:center;
    font-size: 16px;
    border:1px solid #ddd ;
}
.slideGroup .parHd ul li.on{

    background:#4EC24E;
    border:1px solid #4EC24E;
 }
.slideGroup .parHd ul li.on a{
    color: #FFF

}

.slideGroup .parBd ul{
    overflow:hidden;
    zoom:1;
}
.slideGroup .parBd ul li{
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;  }

.slideGroup .parBd ul li.tj{
    width: 520px;
    height:430px;
    position: relative;
    z-index: 1;
    margin-right: 15px;
}  }
.slideGroup .parBd ul li.tj a{
    display: block
}
.slideGroup .parBd ul li.tj a img{
    width: 512px;
    height:422px;
    display:block;
    border:1px solid #dddddd;
    padding: 3px;
}
.slideGroup .parBd ul li.tj a h3{
    color:#FFF;
    font-size:18px;
    font-weight: normal;
    position:absolute;
    left:3px;
    top:3px;
    width:512px;
    height:422px;
    background: rgba(2,114,215,0.6);
    text-align:center;
    line-height:422px;
    display:none;
    z-index:5;
}
.slideGroup .parBd ul li.tj a:hover h3{
    display:block;
}

.slideGroup .parBd ul li.pt{
    width: 243px;
    height:206px;
    margin-right: 12px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}  }

.slideGroup .parBd ul li.pt a{
    display: block
}
.slideGroup .parBd ul li.pt a img{
    width:235px;
    height:198px;
    display:block;
    padding:3px;
    border:1px solid #dddddd;
}
.slideGroup .parBd ul li.pt a h3{
    color:#FFF;
    font-size:18px;
    font-weight: normal;
    position:absolute;
    left:3px;
    top:3px;
    width:235px;
    height:198px;
    background: rgba(2,114,215,0.6);
    text-align:center;
    line-height:198px;
    display:none;
    z-index:5;
}
.slideGroup .parBd ul li.pt  a:hover h3{
    display:block;
}



.main_case {
    overflow: hidden;
    min-height: 400px;

    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;

}

/*s案例展示*/
.slideGroup2{
    width:1300px;
}
.slideGroup2 .parHd{
    height:50px;
    line-height:34px;

    padding:10px 20px 0 20px;
    position:relative;
}
.slideGroup2 .parHd ul{
    height:34px;
    width:100%;
    display:table;
    word-spacing:-1em ;
    text-align: center
}
.slideGroup2 .parHd ul li{
    padding:0 15px;
    cursor:pointer;
    margin:0 1% 5px 1%;
    word-spacing:0;
    display:inline-block;
    text-align:center;
    font-size: 16px;
    border:1px solid #ddd ;
}
.slideGroup2 .parHd ul li.on{

    background:#4EC24E;
    border:1px solid #4EC24E;
}
.slideGroup2 .parHd ul li.on a{
    color: #FFF

}

.slideGroup2 .parBd ul{
    overflow:hidden;
    zoom:1;
}
.slideGroup2 .parBd ul li{
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;  }

.slideGroup2 .parBd ul li.tj{
    width: 520px;
    height:430px;
    position: relative;
    z-index: 1;
    margin-right: 15px;
}  }
.slideGroup2 .parBd ul li.tj a{
    display: block
}
.slideGroup2 .parBd ul li.tj a img{
    width: 512px;
    height:422px;
    display:block;
    border:1px solid #dddddd;
    padding: 3px;
}
.slideGroup2 .parBd ul li.tj a h3{
    color:#FFF;
    font-size:18px;
    font-weight: normal;
    position:absolute;
    left:3px;
    top:3px;
    width:512px;
    height:422px;
    background: rgba(2,114,215,0.6);
    text-align:center;
    line-height:422px;
    display:none;
    z-index:5;
}
.slideGroup2 .parBd ul li.tj a:hover h3{
    display:block;
}


.slideGroup2 .slideBox{ overflow:hidden; zoom:1; padding:10px 0 0px 42px; position:relative; height: 334px; }

.slideGroup2 .sPrev,.slideGroup2 .sNext{ position:absolute; left:5px; top:75px; display:block; width:30px; height:94px; border:1px solid #ddd; background:url(../images/icoLeft.gif) center center no-repeat #f4f4f4; }
.slideGroup2 .sNext{ left:auto; right:5px; background:url(../images/icoRight.gif) center center no-repeat #f4f4f4;  }
.slideGroup2 .sPrev:hover,.slideGroup2 .sNext:hover{ border-color:#f60;  }

.slideGroup2 .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup2 .parBd ul li{float:left; _display:inline; overflow:hidden; text-align:center;  }

.slideGroup2 .parBd ul li.pt{
    width: 294px;
    height:250px;
    margin-right: 13px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}  }
.slideGroup2 .parBd ul li.pt a{
    display: block
}
.slideGroup2 .parBd ul li.pt a img{
    width:286px;
    height:242px;
    display:block;
    padding:3px;
    border:1px solid #dddddd;
}
.slideGroup2 .parBd ul li.pt a h3{
    color:#FFF;
    font-size:18px;
    font-weight: normal;
    position:absolute;
    left:3px;
    top:3px;
    width:286px;
    height:242px;
    background: rgba(2,114,215,0.6);
    text-align:center;
    line-height:242px;
    display:none;
    z-index:5;
}
.slideGroup2 .parBd ul li.pt  a:hover h3{
    display:block;
}



/*s首页新闻*/
.slideGroup3{
    width:1300px;
}
.slideGroup3 .parHd{
    height:50px;
    line-height:34px;

    padding:10px 20px 0 20px;
    position:relative;
}
.slideGroup3 .parHd ul{
    height:34px;
    width:100%;
    display:table;
    word-spacing:-1em ;
    text-align: center
}
.slideGroup3 .parHd ul li{
    padding:0 15px;
    cursor:pointer;
    margin:0 1% 5px 1%;
    word-spacing:0;
    display:inline-block;
    text-align:center;
    font-size: 16px;
    border:1px solid #ddd ;
}
.slideGroup3 .parHd ul li.on{

    background:#4EC24E;
    border:1px solid #4EC24E;
}
.slideGroup3 .parHd ul li.on a{
    color: #FFF

}

.slideGroup3 .parBd ul{

    zoom:1;
}


.slideGroup3 .parBd ul .tj{
    float:left;
    width: 540px;
    height:395px;
    position: relative;
    z-index: 1;
    margin-right: 15px;
}  }
/* 焦点图 */

.focusBox1 { float:left; position: relative; width: 527px; height: 390px;  font-family:Arial; text-align: left; background:#fff;  }
.focusBox1 .pic{width: 527px; height: 390px; }
.focusBox1 .pic img { width: 527px; height: 390px; display: block; margin: 0 auto }
.focusBox1 .txt-bg { position: absolute; bottom: 5px; z-index: 1; height: 72px; width:527px;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox1 .txt { position: absolute; bottom: 0; z-index: 2; height: 72px; width:527px; overflow: hidden; }
.focusBox1 .txt li{ height:72px; line-height:72px; position:absolute; bottom:0px;}
.focusBox1 .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 16px; font-weight: bold; text-decoration: none; }
.focusBox1 .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.focusBox1 .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.focusBox1 .num li a,.focusBox1 .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBox1 .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox1 .num li.on a,.focusBox1 .num a:hover{ background:#4EC24E;  }

.focusBox2 { float:left; position: relative; width: 527px; height: 390px;  font-family:Arial; text-align: left; background:#fff;  }
.focusBox2 .pic{width: 527px; height: 390px; }
.focusBox2 .pic img { width: 527px; height: 390px; display: block; margin: 0 auto }
.focusBox2 .txt-bg { position: absolute; bottom: 5px; z-index: 1; height: 72px; width:527px;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox2 .txt { position: absolute; bottom: 0; z-index: 2; height: 72px; width:527px; overflow: hidden; }
.focusBox2 .txt li{ height:72px; line-height:72px; position:absolute; bottom:0px;}
.focusBox2 .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 16px; font-weight: bold; text-decoration: none; }
.focusBox2 .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.focusBox2 .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.focusBox2 .num li a,.focusBox2 .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBox2 .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox2 .num li.on a,.focusBox2 .num a:hover{ background:#4EC24E;  }


/*
.focusBox3 { float:left; position: relative; width:527px; height:390px; margin-bottom:10px;  overflow: hidden; font-family:Arial; text-align: left; background:#fff; border: #E6E6E6 1px solid; padding:5px }
.focusBox3 .pic img { width: 527px; height: 390px; display: block; }
.focusBox3 .txt-bg { position: absolute; bottom: 5px; z-index: 1; height: 71px; width:527px;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox3 .txt { position: absolute; bottom: 0; z-index: 2; height: 71px; width:100%; overflow: hidden; }
.focusBox3 .txt li{ height:71px; line-height:71px; position:absolute; bottom:-71px; overflow: hidden}
.focusBox3 .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 16px; font-weight: bold; text-decoration: none; }
.focusBox3 .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; display: none }
.focusBox3 .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.focusBox3 .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBox3 .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox3 .num li.on a,.focusBox .num a:hover{ background:#f60;  }
.focusBox3 .prev,
.focusBox3 .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.focusBox3 .next{ left:auto; right:3%; background-position:8px 5px; }
.focusBox3 .prev:hover,
.focusBox3 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.focusBox3 .prevStop{ display:none;  }
.focusBox3 .nextStop{ display:none;  }
*/
.slideGroup3 .parBd ul .pt{
    float:left;
    width: 730px;
    height:400px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.contentnews_list{ float: right;width: 700px;}
.news_list_tj dt a{ color: #0077D7; font-size: 20px; line-height: 36px;}
.news_list_tj dd{color: #999999; font-size:15px; line-height: 26px;}
.news_list_lb{ padding-top: 20px;}
.news_list_lb li{ width: 690px; padding-left: 10px; line-height: 36px; font-size: 16px; background: url( ../images/dot.jpg) 0 center no-repeat; overflow: hidden }
.news_list_lb li a{ color: #666666}
.news_list_lb li span{ float: right}
/*e首页新闻*/
/*e案例展示*/

.cp_more{ width: 154px; margin: 20px auto}

.main_new {
    overflow: hidden;
    min-height: 450px;

    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background:#F9F9F9;
}

/*s友情链接*/
.foot_hui{ background:#FFF}
.foot_lc{ width: 1300px; margin: 0 auto;}
.foot_links{ width: 1300px;margin: 0 auto;  font-size: 16px; line-height: 30px; padding : 10px 0;}
.foot_links a{color: #666666; display: inline-block; padding: 5px 10px;}
/*底部*/
.footer { padding: 15px 0 10px 0; color: #fff; background: #333; }
.footer a { color: #fff; -webkit-transition: color 300ms; -moz-transition: color 300ms; transition: color 300ms; }
.footer a:hover { text-decoration: underline; color: #fff; }
.foot_hei{ background:#333333}
.foot_co{width: 1300px;margin: 0 auto;}
.foot_nav{width: 1300px;margin: 0 auto;  height: 79px; line-height: 79px; border-bottom: #666666 solid 1px; text-align: center}
.foot_nav a{color: #BABABA; font-size: 16px; padding: 0 36px;}
.foot_di{width: 1300px;margin: 0 auto;}
.foot_di img.foot_ewm{ float: right; margin-top: 40px; }
.foot_xx{ float: left;  padding: 50px 0;text-align: left}
.foot_xx p{color: #BBBBBB; font-size: 16px; line-height: 28px;}
.foot_xx p a{color: #BBBBBB; }
/*e友情链接*/
/*标签*/
.page_tags a {
    display: inline-block;
    margin: 0 10px 10px 0;
    color: #fff;
    background-color: #eee;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
    text-decoration: none;
}

.page_tags a em {
    font-style: normal;
    font-size: 11px;
    margin-left: 5px;
}

.page_tags a:hover {
    color: #fff;
}

.page_tags a:nth-child(8n) {
    background-color: #00a2ca;
}

.page_tags a:nth-child(8n+1) {
    background-color: #5CB85C;
}

.page_tags a:nth-child(8n+2) {
    background-color: #D9534F;
}

.page_tags a:nth-child(8n+3) {
    background-color: #FF6600;
}

.page_tags a:nth-child(8n+4) {
    background-color: #B433FF;
}

.page_tags a:nth-child(8n+5) {
    background-color: #00ABA9;
}

.page_tags a:nth-child(8n+6) {
    background-color: #B37333;
}

.page_tags a:nth-child(8n+7) {
    background-color: #5CB85C;
}

/*分页*/
#pages {
    text-align: center;
}

#pages li {

    margin: 0 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li.disabled span{
    padding: 0 10px;   display: inline-block;

}
#pages li:hover span{ color: #fff}
#pages li.active {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0262B8;
    color: #fff;
    display: inline-block;
}
#pages li a{ display: inline-block; padding: 0 10px;}
#pages li:hover {
    background: #0262B8;
}

#pages li:hover a {
    color: #fff;
}


/*二级页左侧开始*/
.content-left {
    width: 259px;
    float: left;

}

/**/
.content-title{ width: 229px; height: 85px; background: url(../images/djnav_bg.jpg) no-repeat 0 0; line-height: 85px; color:#FFFFFF; font-size: 25px; padding-left: 30px;}

.sideMen ul li ol.show{ display: block }
.sideMen ul li h3{ height:50px; line-height:50px; padding-left:35px;  border-top:1px solid #e3e3e3; background:#0272D7; cursor:pointer;
    font-size: 18px;color: #fff; font-weight: normal;text-align: left;
}
.sideMen ul li h3 a{ color:#FFF}
.sideMen ul li h3 em{ float:right; display:block; width:40px; height:50px;   background:url(../images/icoAdd.png) 20px 20px no-repeat; cursor:pointer;  }
.sideMen ul li h3.on em{ background-position:16px -57px; }
.sideMen ul li h3.on a{color:#FF0}
.sideMen ul li ol{color:#999; display:none; /* 默认都隐藏 */; background: #F6F6F6 }
.sideMen ul li ol li{text-align: left; width: 199px; margin: 0 auto; padding-left: 60px; height: 44px; line-height: 44px; background:#F6F6F6 url(../images/ejz_bg1.png) 190px 15px no-repeat;; border-top: #E7E7E7 1px solid;}
.sideMen ul li ol li a{color:#333; font-size: 16px; }
.sideMen ul li ol li a:hover{color:#0272D7}
.sideMen ul li ol li a.active{color:#0272D7}
.content-title {
    width: 230px;
    height: 60px;
    line-height: 60px;
    background: #0272D7;
    color: #ffffff;
    border-bottom: 3px solid #f6f6f6;
    padding-left: 19px;
    font-size:22px;
     font-weight: normal;
    padding-right: 10px;
    margin-top: 15px;
}
.content-title a.more{
    float: right;
    font-size: 16px;
    color: #D8ECFF;
}
.content-title a.more:hover{
    color:#fff
}
.menu-list {
    width: 259px;
    background-color: #F6F6F6;
}
.menu-list a {
    display: block;
    width: 222px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dotted #e8e8e8;
    text-indent: 40px;
    font-size: 18px;
    color: #333;
    margin: 0 auto;
    background: url("../images/ejz_bg1.png") 190px  15px no-repeat ;
}
.menu-list a:hover,
.menu-list a.active {
    color: #D2191F;
}
.content-contact {
    width: 100%;
}
.content-contact .h2bg {
    height: 247px;
    width: 100%;
    line-height: 84px;
    background: url(../images/ejz_tel.jpg) no-repeat center top;
}
.content-contact .h2bg h2 {
    width: 146px;
    padding-left: 94px;
    font-size: 24px;
    color: #ffffff;
}
.cc-info {
    padding:100px 20px 20px 20px;
    text-align: center;
     height: 80px;
}
.cc-info p {
    color: #FFF;
    font-size: 26px;
    line-height: 36px;
    height:36px;
}
.cc-info a.zxzx{
    height: 36px;
    width: 150px;
    margin: 0 auto;
    display: block
}
.left_news_list{
    width:259px;
    height:320px;
    background: #F6F6F6
}
.left_news_list ul{
    width:240px;
    height:auto;
    padding-top: 10px;
}
.left_news_list ul li{
    float:left;
    font-size:16px;
    background:url(../images/dot.jpg) 10px 15px no-repeat;
    width:230px;
    line-height:36px;
    padding-left:25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; height: 36px;
}
.left_news_list ul li a{ color: #333}
.left_news_list ul li a:hover{ color: #000000}
/*二级页左侧结束*/

.headline-bg {
    position: absolute;
    width: 100%;
    top: 95px;
    left: 0;
    height: 500px;
    background: #253340 url(../images/headline-bg.jpg) no-repeat 50% top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*二级页右侧侧开始*/
.main {
    min-height: 450px;
    position: relative;
}
.content-right {
    width: 1010px;
    float: right;
    padding-top: 15px;
}
.container-top {
    position: relative;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    border-bottom: #0262B8 solid 2px;

}

.bread-nav {
    float: left;
    min-width: 420px;
    text-align:left;
    font-size: 18px;
    color:#333;
}

.bread-nav a {
    color: #f3f3f3;
    margin: 0 3px;
    color:#333;
}

.content {
    background-color: #fff;
    padding:15px 0;
    overflow: hidden;
}
/*单页开始*/
.about {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    padding:25px 0 0 0;
}
/*单页结束*/
/*公共优势开始*/
.youshi{

    padding-top: 35px;
}
.ys_nav_w{
    height: auto;

    height: 60px;
    text-align: center;
    color: #333333;
    font-size: 35px;
    font-weight: normal;
}
.ys_nav{
    color: #333333;
    font-size: 35px;
    line-height: 36px;
    font-weight: normal;
    height: 36px;

}
.ys_lists{
    padding-top: 25px;
}
.ys_lists li{
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #000000;
    width: 570px;
    padding-left: 25px;
    background: url("../images/xing.png") no-repeat left center;

}
.ys_lists li:nth-child(2n){ float: right}
/*公共优势结束*/
/*图片列表*/
.case_ny_list {
    width: 100%;
    padding-top: 20px;
}

.case_ny_list li {

    width: 314px;
    float: left;
    margin-right: 34px;
}
.case_ny_list li:nth-child(3n){

    margin-right: 0px;
}
.case_ny_list li ._con {
    overflow: hidden;
    cursor: pointer;
    height: 325px;
}
.case_ny_list li ._con ._img img{
    width: 300px;
    height: 222px;
    border: #DDDDDD solid 1px;
    padding: 6px;

}
.case_ny_list li ._con ._img a img{

    transition: all 0.6s;
}
.case_ny_list li ._con ._img a:hover img{
    transform: scale(1.1);
    border: none;
}

.case_ny_list li ._info {
    background: #fff;
    padding: 20px 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.case_ny_list li ._info h3 {

    font-weight: normal;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding-bottom: 15px;
}

.case_ny_list li ._info .txt {
    line-height: 22px;
    margin-bottom: 25px;
    height: 66px;
}

.case_ny_list li ._info ._more {
    display: block;
    width: 124px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background:#0262B8;
    font-size: 16px;
    margin: 0 auto;
}

.huoban_ny_list {
    width: 100%;
    padding-top: 20px;
}

.huoban_ny_list li {

    width: 190px;
    float: left;
    margin-right: 14px;
}
.huoban_ny_list li:nth-child(5n){

    margin-right: 0px;
}
.huoban_ny_list li ._con {
    overflow: hidden;
    cursor: pointer;
    height: 160px;
}
.huoban_ny_list li ._con ._img img{

    border: #DDDDDD solid 1px;
    padding: 6px;

}
.huoban_ny_list li ._con ._img a img{

    transition: all 0.6s;
}
.huoban_ny_list li ._con ._img a:hover img{
    transform: scale(1.1);
    border: none;
}

.huoban_ny_list li ._info {
    background: #fff;
    padding: 20px 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.huoban_ny_list li ._info h3 {

    font-weight: normal;
    font-size: 16px;
    color: #000000;
    text-align: center;
    padding-bottom: 15px;
}

.huoban_ny_list li ._info .txt {
    line-height: 22px;
    margin-bottom: 25px;
    height: 66px;
}

.huoban_ny_list li ._info ._more {
    display: block;
    width: 124px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background:#0262B8;
    font-size: 16px;
    margin: 0 auto;
}
.case_ny_left {
    float: left;
    width: 720px;
}

.case_ny_left h2 {
    font-weight: normal;
    font-size: 22px;
    line-height: 1.6;
}

.casePreview {
    border-top-color: #dddddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #dddddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.backBtn {
    float: left;
    padding: 8px 15px 8px 15px;
    border: 1px solid #dedede;
}

.previewBtn {
    float: right;
    padding: 8px 15px 8px 15px;
    background-color: #f80909;
    color: #FFFFFF;
}

.previewBtn:hover {
    color: #fff;
    background-color: #c50606;
}

.caseTitle {
    font-size: 18px;
    border-left: 3px #f80909 solid;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 30px;
}

.detaLabels {
    margin-top: 20px;
}

.labelList {
    background-color: #eeeeee;
    color: #666;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    margin-left: 10px;
}

.detaIntro {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.detaBody {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.case_ny_right {
    float: right;
    width: 360px;
}

.case_ny_right h3 {
    font-weight: normal;
    line-height: 1.8;
    font-size: 24px;
    margin-bottom: 20px;
}

.newsBox {
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.newsTitle {
    color: #333;
    font-size: 16px;
    display: block;
    margin-bottom: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsIntro {
    color: #999;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
}

/*新闻列表*/
.newsPage .list {
    padding-bottom: 30px;
}

.newsPage .item {
    height: 208px;
    transition: all .5s;
    border: 1px solid #f3f3f3;
    display: block;
    margin-bottom: 20px;
}

.newsPage .item a {
    padding: 26px;
    display: block;
}

.newsPage .item img {
    width: 280px;
    height: 207px;
    display: block;
    margin-right: 30px;
}

.newsPage .item h3 {
    font-weight: normal;
    font-size: 18px;
    padding: 10px 0 10px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #333333;
}

.newsPage .item .txt {
    color: #999999;
    line-height: 24px;
    width: 835px;
    height: 144px;
    overflow: hidden;
    font-size: 15px;
}

.newsPage .item .time {
    width: 88px;
    padding: 45px 0 20px 0px;
    font-family: arial;
    color:#333333;
    text-align: center;

}

.newsPage .item .time .day {
    font-size: 30px;
    line-height: 45px;
    display: block;
    background:#0262B8;
    color: #FFF;
}
.newsPage .item .time .year {

    font-size: 16px;
    line-height: 43px;
    display: block;
    background: #EEEEEE;
    color: #333333;
}
.newsPage .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-left: 15px;
}
.newsPage a img.list_tu{
    transition: all 0.6s;
}
.newsPage a:hover img.list_tu{
    transform: scale(1.1);
}
.newsPage .item:hover h3 {
    color: #0262B8;
}

.newsPage .item:hover .time .day span {
    background: #6d6d6d;
}

.newsPage .item:hover .time .day strong {
    background: #ff0000;
    color: #fff;
}

.viewpage {
    border: #DDDDDD solid 1px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
}

/*新闻详情页*/
.newsshow {

}
.newsshow h1{ color: #0262B8; font-size: 24px; font-weight: normal}
.new_til h1{ text-align: center}
.new_til .date{text-align: center}
.newsview {
    min-height: 200px;
    display: inline;
    margin-top: 30px;
    border-top: 1px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 33px;
    float: left;
    color: #333333;
    width: 100%;
}
.newsview img{ max-width:1010px}
.newsshow h2 {
    color: #333333;
    font-size: 26px;
    font-weight: normal;
}

.newsshow .date {
    font-size: 16px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.newsshow .date span {
    display: inline-block;

    color: #999999;
    margin-right: 30px;
    padding-left: 22px;
}

.newsshow .date .s1 {
    background: url(../images/news_icon1.jpg) no-repeat left center;
}

.newsshow .date .s2 {
    background: url(../images/news_icon2.jpg) no-repeat left center;
}

.newsshow .date .s3 {
    background: url(../images/news_icon3.jpg) no-repeat left center;
}

.main_r_nav {
    float: left;
    width: 754px;
    height: 66px;
    padding: 10px 0;
    font-size: 16px;
    margin-left: 20px;
    display: inline;
}

.main_r_nav a {
    color: #333;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 33px;
    font-size: 16px;
}

.main_r_nav a:hover {
    color: #f90712;
}

.returnlist {
    width: 50px;
    height: 56px;
    padding: 15px 18px;
    display: inline;
    float: right;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    background: #2f2e2e;
}

.returnlist a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "microsoft yahei";
    width: 100%;
    display: block;
}


/*搜索*/
.search {
    width: 600px;
    background: #fff;
    border: 2px solid #fa0712;
    height: 45px;
    line-height: 45px;

}

.search_box {
    margin: 0 auto;
    width: 600px;
}

.search-top-box {
    background: #fff;
    padding: 100px 0 200px 0;
}

.search_time {
    line-height: 50px;
    height: 50px;
    text-align: center;
}

.search select {
    display: none;
}

.search .select_box {
    font-size: 14px;
    color: #999999;
    width: 120px;
    line-height: 45px;
    float: left;
    position: relative;
}

.search .select_showbox {
    height: 45px;
    background: url(../images/search_ico.png) no-repeat 90px center;
    text-indent: 1.5em;
}

.search .select_showbox.active {
    background: url(../images/search_ico_hover.png) no-repeat 90px center;
}

.search .select_option {
    display: none;
    border: 2px solid #fa0712;
    border-top: none;
    display: none;
    left: -2px;
    top: 45px;
    position: absolute;
    z-index: 99;
    background: #fff;
}

.search .select_option li {
    text-indent: 1.5em;
    width: 100px;
    cursor: pointer;
}

.search .select_option li a {
    color: #666;
}

.search .select_option li.selected {
    background-color: #F3F3F3;
    color: #999;
}

.search .select_option li.hover {
    background: #BEBEBE;
    color: #fff;
}

.search input.inp_srh,
.search input.btn_srh {
    border: none;
    background: none;
    height: 45px;
    line-height: 45px;
    float: left
}

.search input.inp_srh {
    font-size: 14px;
    outline: none;
    width: 380px;
}

.search input.btn_srh {
    background: #fa0712;
    color: #FFF;
    font-family: "微软雅黑";
    font-size: 15px;
    width: 100px;
}

.search_result {
    background: #fff;
    padding: 16px 0px;
}

.search_left {
    text-align: right;
    float: left;
    width: 200px;
    margin-right: 16px;
}

.search_left h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item_gr {
    color: #999;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    display: block;
    padding: 2px 0px;
}

.list-group-item_gr.active,
.list-group-item_gr.active:hover,
.list-group-item_gr.active:focus {
    z-index: 2;
    color: #fa0712;
    font-weight: 600;
}

.left-line {

}

.search_right {

    float: right;
    width: 970px;
}

.search_bd {
    min-height: 340px;
    margin-left: 16px;
}
.liuyan_lists{ padding: 30px 0;}
.liuyan_lists dt{ background: #F6F6F6;height: 40px; line-height: 40px; padding:0 25px; font-size: 16px;}
.liuyan_lists dt span{ color: #0060B8}
.liuyan_lists dd p{ color: #999999; font-size: 16px; padding: 10px 25px; line-height: 30px;}</pre></body></html>